home *** CD-ROM | disk | FTP | other *** search
/ Informática Multimedia 1995 April / Informatica Multimedia CD - Epimundo.iso / DOS / FILEFIND / FILES.ZIP / FILES.HLP < prev   
Encoding:
Text File  |  1986-03-24  |  4.4 KB  |  99 lines

  1. FILES: File Listing Program, Version 2.10
  2.        (C)Copyright, James H. Coombs, 1986
  3.  
  4.  
  5. Use the FILES command to list all files on a device that match  a specified  id.
  6. FILES  is  similar  to  other file-locating utilities but is considerably faster
  7. than other versions,  enables  one  to  specify a pseudo-root directory, enables
  8. searching for multiple files in the same  invocation,  and uses the same display
  9. format as KEDIT's DIR command.
  10.  
  11. The syntax of the FILES command is:
  12.  
  13. +----------+-------------------------------------------------------------------+
  14. |          |                                                                   |
  15. | FILES    | [d:][pseudo-root][filespec [filespec [...]]]                      |
  16. |          |                                                                   |
  17. |          | Examples:  FILES                                                  |
  18. |          |            FILES listit                                           |
  19. |          |            FILES \progs\*.c *.h                                   |
  20. |          |                                                                   |
  21. +----------+-------------------------------------------------------------------+
  22.  
  23.  
  24. Operands:
  25.  
  26. d:        is the drive to search.   If not specified, FILES searches the current
  27.           drive.  'FILES C:*.SCR' would search drive  'C' for all files with the
  28.           extension 'SCR'.
  29.  
  30. pseudo-root is the directory to be taken  as the root directory of the drive for
  31.           the current search.  If  not specified, FILES begins its search at the
  32.           actual root of the drive.  'FILES C:\PROGS\C\*.EXE' would search drive
  33.           'C' for  all  'EXE'  files  in  directory  '\PROGS\C'   and   in   all
  34.           subdirectories of '\PROGS\C'.   Note  that  pseudo-roots should always
  35.           end in the path separator  '\':  'FILES  \bozo' begins a search at the
  36.           root directory for  'bozo.*';  'FILES  \bozo\'  begins a search in the
  37.           directory '\bozo' for '*.*'.
  38.  
  39. filespec  is  the  fileid  to  search  for.   This may be  any  valid  DOS  file
  40.           specification.  'FILES PROFILE.SCR' would search the current drive for
  41.           all occurrences  of 'PROFILE.SCR'.  If no filespec is specified, FILES
  42.           lists  all files.  Version 2.00 accepts  multiple  specifications,  so
  43.           'FILES *.C *.H' would list all C source files and header files.
  44.  
  45.  
  46. Options:
  47.  
  48. There are no options in this version of FILES.
  49.  
  50.  
  51. Usage Notes:
  52.  
  53. 1.  Redirection of output:
  54.     FILES  writes  to  standard  output,  which  may be redirected to a file,  a
  55.     printer, or any other valid device.   Since the output is in the same format
  56.     as KEDIT's  DIR  command,  KEDIT  users  will be able to use their  standard
  57.     macros on FILES' output.
  58.  
  59. 2.  Speed of operation:
  60.     FILES  runs about twice as fast as some commercial utilities and  marginally
  61.     faster  than  the assembler version of the popular WHEREIS.  Searches  on  a
  62.     well-organized  drive  can  be  made  even faster by taking advantage of the
  63.     pseudo-root feature.
  64.  
  65. 3.  Pseudo-roots:
  66.     Under DOS 2.xx and later,  every  disk  has  a root directory.  In addition,
  67.     well-organized  disks  have  a number of subdirectories, sub-subdirectories,
  68.     etc.   By  default, a file search begins at the root directory, but searches
  69.     may be speeded by specifying a pseudo-root.  If, for example, one stores all
  70.     source code under the directory '\PROGS', the search for source files should
  71.     begin at '\PROGS' instead of at the actual root, '\'.
  72.  
  73. 4.  Files included:
  74.     FILES includes all files in  its  search  except for system files and volume
  75.     labels.
  76.  
  77.  
  78. Responses:
  79.  
  80. d: fname    ext     bytes      date   time  directory
  81. c: allfiles.bat        85   1-30-86  23:21   \cmd
  82.  
  83.  
  84. Version history:
  85.  
  86. 1.00 - 02/12/86 - Initial release.
  87.  
  88. 2.00 - 03/14/86 - Minor debugging and tuning.  New features:
  89.  
  90.        Allow specification of multiple file patterns.
  91.        Direct copyright notice to stderr instead of stdout.
  92.        Display blank lines between directories when output has not been
  93.           redirected.
  94.        Pause at each screenful when output has not been redirected.
  95.  
  96. 2.10 - 03/24/86 - Include hidden directories and directories with extensions.
  97. reenful when output has not been redirected.
  98.  
  99. 2.10 - 03/24/86 - Include hidden directories and directories wit